home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 25
/
CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso
/
CUCD
/
WWW
/
http
/
www.wirenet.co.uk
/
files
/
thor25_arexx.lha
/
FSE
/
forward.fse
< prev
next >
Wrap
Text File
|
1995-09-06
|
259b
|
17 lines
/* Custom-quoting */
delete = '7F'x
options results
ISFIRSTCALL
if (result = 'ON') then do
SENDER
if (result ~= "") then do
name = result
INSERTLINES 2
SENDERDATE
INSERTINPUT name||" wrote "||result||" the following:"||delete
end
end